Expand description

Simple crate defining common interface for encoders and decoders.

Also provides JSON and binary (bincode) codec implementations that can be enabled with json and/or binary features.

Traits

Helper trait signaling that both encoding and decoding is implemented.
Trait for decoders.
Trait for encoders.